encoding/xml.Decoder.unmarshalTextInterface (method)

3 uses

	encoding/xml (current package)
		read.go#L228: func (d *Decoder) unmarshalTextInterface(val encoding.TextUnmarshaler) error {
		read.go#L377: 			return d.unmarshalTextInterface(textUnmarshaler)
		read.go#L385: 				return d.unmarshalTextInterface(textUnmarshaler)